ArcGIS Runtime SDK for WPF - Library Reference
AreasAndLengths(IList<Graphic>,Nullable<LinearUnit>,Nullable<LinearUnit>,CalculationType) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > AreasAndLengths Method : AreasAndLengths(IList<Graphic>,Nullable<LinearUnit>,Nullable<LinearUnit>,CalculationType) Method

graphics
The graphics used to calculate areas and lengths.
lengthUnit
The length unit in which perimeters of polygons will be calculated. If unit is not specified, the units are derived from the spatial reference of the first geometry.
areaUnit
The area unit in which areas of polygons will be calculated. If unit is not specified, the units are derived from the spatial reference of the first geometry.
calculationType
The type of calculation to be preformed. e.g.(Planar,Geodesic,PreserveShape)
Calculates the areas and lengths of each specified polygon.

Syntax

Visual Basic (Declaration) 
Public Overloads Function AreasAndLengths( _
   ByVal graphics As IList(Of Graphic), _
   ByVal lengthUnit As Nullable(Of LinearUnit), _
   ByVal areaUnit As Nullable(Of LinearUnit), _
   ByVal calculationType As CalculationType _
) As AreasAndLengths

Remarks

CalculationType.Planar is supported in ArcGIS Server v9.x+ services. CalculationType.Geodesic is supported in ArcGIS Server v10.1+ services. CalculationType.PreseverShape is supported in ArcGIS Server v10.1+ services.

Parameters

graphics
The graphics used to calculate areas and lengths.
lengthUnit
The length unit in which perimeters of polygons will be calculated. If unit is not specified, the units are derived from the spatial reference of the first geometry.
areaUnit
The area unit in which areas of polygons will be calculated. If unit is not specified, the units are derived from the spatial reference of the first geometry.
calculationType
The type of calculation to be preformed. e.g.(Planar,Geodesic,PreserveShape)

Return Value

Returns a collection of lengths and areas of each polygon that was passed into the function. The result length will be in the unit of measurement indicated by the "lengthUnit" parameter. The result area will be in the unit of measurement indicated by the "areaUnit" parameter.If no "lengthUnit" or "areaUnit" parameter is indicated then the result length and/or area will be expressed in the same units as the spatial reference

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.